home *** CD-ROM | disk | FTP | other *** search
- * PRINTER CODE DATA FOR TWO COLUMN PRINTER Release 6 (2COLUMNS.PRG)
- * Epson LQ Printers (1050/950/850)
- *
- * IMPORTANT: Do not add or delete any commas or any lines in the codes
- * section below. This includes the remarks portion of the code lines.
- * Leave the "---CODES AND DEFAULTS---" line intact. Don't use TABs.
- *
- * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
- * CPI = Characters Per Inch (pitch) LPC = Lines Per Column
- *
- $ MB=2,TS=5,CL=4 (Max Blank lines, Tab Spacing, default Column Length
- * reduction) Ranges are: MB 0-9, TS 2-9, CL 0-9 Note dollar sign
- *
- @ SORT=n, 2SIDES=n, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
- *
- ------------- CODES AND DEFAULTS -----------
- 027 056, Disable the 'Paper-Out' sensor (for earlier models only - not
- 027 057, Enable the 'Paper-Out' sensor functional on 1050/950/850)
- 027 051 025, 7 Lines/Inch line spacing (use closest value-25/180 inch here)
- 027 064 027 033 000 027 120 000 027 084, Initialize-10 CPI-draft-Xl subscript
- 027 079, Cancel 'Skip-Over-Perforations'
- 027 087 001, Fancy Print for Heading - Expanded (double width)
- 027 087 000, Cancel Fancy Print
- 027 120 001, Set enhanced print (NLQ) (for earlier models use 027 071)
- 027 120 000, Cancel enhanced print (for earlier models use 027 072)
- *
- "TXT", Default file extension to be shown in file selector box.
- 6, The number of type sizes below (up to 6 allowed)
- *
- "Compressed Elite - 20CPI", Name of type size #1
- 027 033 005, Printer codes to select this type size
- 160, Number of characters of this size that will fit on a full line
- *
- " as above but at 8 LPI", Name size #2
- 027 033 005 027 048, codes
- 160, Characters per full line
- 82, Maximum lines per column (use 78 with single sheets)
- *
- "Compressed - 17CPI", Name size #3
- 027 015 027 081 137, codes
- 137, characters/line
- *
- " as above but at 8 LPI", Name size #4
- 027 015 027 081 137 027 048, codes
- 137, characters/line
- 82, lines/column (use 78 with single sheets)
- *
- "15 Pitch - 15CPI", Name (earlier models may not have 15 pitch)
- 027 103, codes
- 120, characters/line
- *
- "Small Ltrs - 20 CPI/10LPI", Name (uses sub/superscript font)
- 027 033 005 027 083 000 027 051 018, codes
- 160, characters/line
- 103, max lines per column (98 for single sheets)
- **************************
- Note: The 'earlier' model referred to above is the LQ-1500
-